public class ReactionFingerprintParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
ReactionFingerprintParams() |
|
ReactionFingerprintParams(boolean includeAgents,
double bitRatioAgents,
long nonAgentWeight,
int agentWeight,
long fpSize,
FingerprintType fpType) |
protected |
ReactionFingerprintParams(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
int |
getAgentWeight() |
double |
getBitRatioAgents() |
protected static long |
getCPtr(ReactionFingerprintParams obj) |
long |
getFpSize() |
FingerprintType |
getFpType() |
boolean |
getIncludeAgents() |
long |
getNonAgentWeight() |
void |
setAgentWeight(int value) |
void |
setBitRatioAgents(double value) |
void |
setFpSize(long value) |
void |
setFpType(FingerprintType value) |
void |
setIncludeAgents(boolean value) |
void |
setNonAgentWeight(long value) |
protected ReactionFingerprintParams(long cPtr, boolean cMemoryOwn)
public ReactionFingerprintParams()
public ReactionFingerprintParams(boolean includeAgents, double bitRatioAgents, long nonAgentWeight, int agentWeight, long fpSize, FingerprintType fpType)
protected static long getCPtr(ReactionFingerprintParams obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setIncludeAgents(boolean value)
public boolean getIncludeAgents()
public void setBitRatioAgents(double value)
public double getBitRatioAgents()
public void setNonAgentWeight(long value)
public long getNonAgentWeight()
public void setAgentWeight(int value)
public int getAgentWeight()
public void setFpSize(long value)
public long getFpSize()
public void setFpType(FingerprintType value)
public FingerprintType getFpType()